Snapservice Sites Datastores ListResult
Snapservice Sites Datastores ListResult
The Snapservice Sites Datastores ListResult schema represents the result of GET /snapservice/sites/{site}/datastores operation.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"items": [
{
"datastore": "string",
"info": {
"name": "string",
"type": "string",
"free_space": 0,
"capacity": 0,
"hierarchy": [
"string"
]
}
}
]
}
items
Required
List of datastores.
This property was added in vSphere API 9.1.0.0.